Uses of Interface
org.eclipse.vtp.framework.interactions.core.media.IContentFactory

Packages that use IContentFactory
org.eclipse.vtp.framework.interactions.core.configurations   
org.eclipse.vtp.framework.interactions.core.media   
org.eclipse.vtp.framework.interactions.core.services   
org.eclipse.vtp.framework.media   
 

Uses of IContentFactory in org.eclipse.vtp.framework.interactions.core.configurations
 

Constructors in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type IContentFactory
DataRequestConfiguration(IContentFactory contentFactory)
          Creates a new DataRequestConfiguration.
InputRequestConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new InputRequestConfiguration.
MediaConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new MediaConfiguration.
MediaProviderConfiguration(IContentFactory contentFactory)
          Creates a new MediaProviderConfiguration.
OutputConfiguration(IContentFactory contentFactory)
          Creates a new OutputConfiguration.
OutputMessageConfiguration(IContentFactory contentFactory)
          Creates a new OutputMessageConfiguration.
SelectionChoiceConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new SelectionChoiceConfiguration.
SelectionRequestConfiguration(IContentFactory contentFactory, IInputGrammarFactory inputFactory)
          Creates a new SelectionRequestConfiguration.
SharedContentConfiguration(IContentFactory contentFactory)
          Creates a new SharedContentConfiguration.
 

Uses of IContentFactory in org.eclipse.vtp.framework.interactions.core.media
 

Constructors in org.eclipse.vtp.framework.interactions.core.media with parameters of type IContentFactory
ContentComposite(IContentFactory factory, org.w3c.dom.Element element)
           
 

Uses of IContentFactory in org.eclipse.vtp.framework.interactions.core.services
 

Classes in org.eclipse.vtp.framework.interactions.core.services that implement IContentFactory
 class ContentManager
          Implementation of IContentTypeRegistry and IContentFactory.
 

Uses of IContentFactory in org.eclipse.vtp.framework.media
 

Classes in org.eclipse.vtp.framework.media that implement IContentFactory
 class ContentLoadingManager